AttachToTargetResponse

data class AttachToTargetResponse(sessionId: SessionID)

Represents response frame that is returned from Target#attachToTarget operation call. Attaches to the target with given id.

See also

Constructors

AttachToTargetResponse
Link copied to clipboard
fun AttachToTargetResponse(sessionId: SessionID)

Properties

sessionId
Link copied to clipboard
val sessionId: SessionID
Id assigned to the session.

Sources

jvm source
Link copied to clipboard